Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook is triggered manually or automatically from a incident in Microsoft Sentinel. It iterates through each entity in the incident (IP addresses, DNS/Domain names, file hashes, URL and Emails) and enriches them with data from the Cyjax API. The enrichment data is added as an incident comment via the CyjaxAddCommentToIncident sub-playbook.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Cyjax |
| Source | View on GitHub |
This playbook uses 4 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 0 |
keyvault |
Managed | 1 | 1 |
http |
Built-in | 0 | 1 |
workflow |
Built-in | 0 | 1 |
keyvault (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Cyjax_API_Token | get | /secrets/@{encodeURIComponent('Cyjax-API-Key')}/value |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| HTTP_Call_to_Fetch_IOCs_Data | GET | @{variables('base_url')}/@{variables('api_version')}/indicator-of-compromise/enrichment |
— |
workflow (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| CyjaxAddCommentToIncident | — | — | workflowId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/',resourceGroup().name,'/providers/Microsoft.Logic/workflows/',trim(parameters('AddIncidentCommentPlaybookName')))]triggerName= manual |
📄 Source: CyjaxIncidentEnrichment/readme.md
This playbook is triggered manually or automatically from an incident in Microsoft Sentinel. It iterates through each entity in the incident (IP addresses, DNS/Domain names, file hashes, URLs, and Emails) and enriches them with threat intelligence data from the Cyjax API. The enrichment data is formatted and added as an incident comment via the CyjaxAddCommentToIncident sub-playbook, providing security analysts with comprehensive threat context directly within the incident.
Once deployment is complete, authorize each connection.
Add access policy for the playbook's managed identity to read secrets from Key Vault.
Configure how this playbook will be triggered:
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊